API Errors
Api Error Message HTTP Status

AUTHENTICATION_FAILED

Failed to Authenticate

401 UNAUTHORIZED

ACCESS_DENIED

Access denied

403 FORBIDDEN

INVALID_TYPE_OF_ARGUMENT

Provided argument is of invalid type

400 BAD_REQUEST

API_CLIENT_NOT_FOUND

Api Client does not exist

404 NOT_FOUND

CLIENT_NOT_FOUND

Could not find client

404 NOT_FOUND

OIDC_PROVIDER_LOGIN_FAILED

Unable to log in to OpenIDConnect

502 BAD_GATEWAY

OPTIMISTIC_LOCKING_EXCEPTION

A newer version of the resource was found in the database

409 CONFLICT

OIDC_PROVIDER_CLIENT_DELETION_FAILED

Unable to delete specified OpenIDConnect client

502 BAD_GATEWAY

BAD_REQUEST

Bad Request

400 BAD_REQUEST

UNMAPPED_REQUEST_URL

The request URL is not mapped to an endpoint

404 NOT_FOUND

METHOD_NOT_ALLOWED

Method not allowed

405 METHOD_NOT_ALLOWED

UNKNOWN_ERROR

Unknown Error

500 INTERNAL_SERVER_ERROR